home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT02.Dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  226 b   |  14 lines

  1. on exitFrame
  2.   global ayumi, param, asw
  3.   set asw to 1
  4.   if param = 0 then
  5.     set ayumi to ayumi + 1
  6.     set param to 1
  7.   end if
  8.   if the movieTime of sprite 30 < 180 then
  9.     go(the frame)
  10.   else
  11.     go("main")
  12.   end if
  13. end
  14.